home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / tb1_91.zip / TB279.TXT < prev    next >
Text File  |  1991-01-04  |  2KB  |  43 lines

  1.                             TECHNICAL BULLETIN
  2.                                Bulletin 279
  3.                              January 3, 1991
  4.  
  5.                Special-case Patches to NetWare 386 v3.10 rev. A
  6.  
  7. Several patches have been released for NetWare 386 v3.10 rev. A which are
  8. to be used when a particular error or problem exists.  The following list
  9. identifies and describes the patch, and provides, in parentheses, the
  10. filename on NetWire to download.  (See Technical Bulletin 277 for an
  11. explanation of patch types)
  12.  
  13. DELDIRFX.NLM  is a dynamic patch that corrects a problem where the server
  14.       comes to an abnormal end with the message "Abend: DeleteDirectory
  15.       found invalid phantom list." This error occurs whenever an attempt is
  16.       made to delete a directory which contains a certain number of trustees
  17.       assigned to it.  The number of trustees must be greater  than eight
  18.       and the binary representation for that number must have the number two
  19.       bit set.  For example, the binary representation of 10 trustees is
  20.       1010; the second bit is set in this binary number.  Bits are numbered
  21.       from R to L.  (DLDRFX.ZIP)
  22.  
  23. DELFIX.NLM  is a dynamic patch that corrects a problem where the server
  24.       comes to an abnormal end with the message "Abend: DeleteFileCompletely
  25.       found an invalid TNode." This error occurs whenever an attempt is made
  26.       to delete a file which has seven or more trustees assigned to it and
  27.       Immediate Purge Of Deleted Files is set to ON.  (DELFIX.ZIP)
  28.  
  29. DTTMFIX.NLM is a dynamic patch that corrects two problems.  One problem
  30.       would not allow a file's date/time to be set to 0.  Some applications
  31.       known to set the date/time to 0 are Borland's Turbo C++ and Turbo
  32.       Pascal products.  The compiler's "Build All" option within the
  33.       integrated environment sets the date/time to zeros in order to force a
  34.       full recompilation of all source files.  Without this patch installed,
  35.       the file's date/time remains unchanged.  
  36.  
  37.       This patch also fixes a problem where a file's backup and creation
  38.       dates are not being set correctly while the file is copied to the
  39.       network.  This occurs whenever the file is held open during the
  40.       setting of the dates.  This condition is most evident when copying
  41.       files from a Macintosh workstation.  (DTTMFX.ZIP)
  42.  
  43.